MetadataCacheVaultObjectOperationsGetMFilesURLForObject Method |
Namespace:
MFiles.VAF.MetadataCache
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic virtual string GetMFilesURLForObject(
ObjID objID,
int targetVersion,
bool specificVersion,
MFilesURLType urlType = MFilesURLType.MFilesURLTypeShow
)
Public Overridable Function GetMFilesURLForObject (
objID As ObjID,
targetVersion As Integer,
specificVersion As Boolean,
Optional urlType As MFilesURLType = MFilesURLType.MFilesURLTypeShow
) As String
public:
virtual String^ GetMFilesURLForObject(
ObjID^ objID,
int targetVersion,
bool specificVersion,
MFilesURLType urlType = MFilesURLType::MFilesURLTypeShow
)
Parameters
- objID
- Type: ObjID
- targetVersion
- Type: SystemInt32
- specificVersion
- Type: SystemBoolean
- urlType (Optional)
- Type: MFilesURLType
Return Value
Type:
String
See Also