MetadataCacheVaultObjectOperationsGetMFilesURLForObjectOrFile Method

Definition

Namespace: MFiles.VAF.MetadataCache
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public virtual string GetMFilesURLForObjectOrFile(
	ObjID objID,
	int targetVersion = -1,
	bool specificVersion = false,
	int file = -1,
	MFilesURLType urlType = MFilesURLType.MFilesURLTypeShow
)

Parameters

objID  ObjID
 
targetVersion  Int32  (Optional)
 
specificVersion  Boolean  (Optional)
 
file  Int32  (Optional)
 
urlType  MFilesURLType  (Optional)
 

Return Value

String

Implements

IVaultObjectOperations.GetMFilesURLForObjectOrFile(ObjID, Int32, Boolean, Int32, MFilesURLType)

See Also