OleObject.ObjectSourceFullName

OleObject.ObjectSourceFullName property

Returns the source full name of the source file for the linked OLE object.

public string ObjectSourceFullName { get; set; }

Remarks

Only supports setting the source full name when the file type is OleFileType.Unknown. Such as wav file ,avi file..etc..

See Also