WebFile.Creator Property
SharePoint Designer Developer Reference |
Returns a String that represents the name of the application in which this object was created. Read-only.
Syntax
expression.Creator
expression An expression that returns a WebFile object.
Remarks
The Creator property for Microsoft Office SharePoint Designer differs from the Creator property used by other Microsoft Office objects. The Creator property for Office SharePoint Designer uses a string format; other Office products use a 32-bit integer to identify the application that created the file.
See Also